home *** CD-ROM | disk | FTP | other *** search
- MovieClip.prototype.smoothMove = function(speed, targetX, targetY)
- {
- this._x += speed * (targetX - this._x);
- this._y += speed * (targetY - this._y);
- };
- score = 0;
- spaceTyp1 = 7;
- spaceTyp2 = 9;
- spaceTyp3 = 8;
- spaceTyp4 = 6;
- spaceTyp5 = 7;
- spaceTyp6 = 8;
- spaceTyp7 = 7;
- sTyp1 = 14;
- sTyp2 = 16;
- sTyp3 = 14;
- sTyp4 = 13;
- sTyp5 = 12;
- sTyp6 = 14;
- sTyp7 = 14;
- downS = new Sound(this);
- downS.attachSound("downSound");
- moveS = new Sound(this);
- moveS.attachSound("moveSound");
- isBgmPlay = true;
- bgm = new Sound(this);
- bgm.attachSound("bgm");
- noBtn = new Sound(this);
- noBtn.attachSound("noBtn");
- bubS = new Sound(this);
- bubS.attachSound("bubSound");
-